/* 整體配置 */

#wrapper {
	position: relative;
	overflow: hidden;
}


html{
	height: 100%;
	font-size: 100%;
	font-family:"微軟正黑體",Arial, Helvetica;
}

body{
	height: 100%;
	font-size: 1em;
	font-family:"微軟正黑體",Arial, Helvetica !important;
}

img {
    max-width: 100%;}

h1,h2,h3{
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	line-height: 100%;
}

p {line-height: 100%;
	margin: 0;
}

span{
	line-height: 100%;
}

li{
	list-style:none;
}

ul{
	margin: 0;
}

a{
    text-decoration: none !important;
}

input{
    outline: none;
}

textarea{
    outline: none;
}


/* 區塊淡入 */
.hidden1{
    opacity: 0 ;
}
.visible{
    opacity: 1;
}



.animated {
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}



/* fadein1*/

@-webkit-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    -moz-animation-name: fadeInUp1;
    -o-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
    animation-delay: 0.4s;
}


/*fadein2*/

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        visibility: visible;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp2 {
    -webkit-animation-name: fadeInUp1;
    -moz-animation-name: fadeInUp1;
    -o-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
    animation-delay: 0.1s;
}

/*fadein3*/

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp3 {
    -webkit-animation-name: fadeInUp1;
    -moz-animation-name: fadeInUp1;
    -o-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
    animation-delay: 0.2s;
}

/*fadein4*/

@-webkit-keyframes fadeInUp4 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp4 {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp4 {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp4 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp4 {
    -webkit-animation-name: fadeInUp1;
    -moz-animation-name: fadeInUp1;
    -o-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
    animation-delay: 0.3s;
}





/*pw01*/

.pw01{
    padding-top: 100px;
}

.pw01-tit{
    text-align: center;
}

.pw01-tit h1{
    font-size: 38px;
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 0px;
    margin-bottom: 80px;
}


/*phone 600px*/
@media screen and (max-width: 600px){
    .pw01-tit h1{
        font-size: 26px;
        line-height: 0px;
        margin-bottom: 60px;
    }
}

/*phone 400px*/
@media screen and (max-width: 400px){
    .pw01-tit h1{
        font-size: 18px;
        line-height: 0px;
    }
}




/*side tabs*/
#tab-side-container {
    background: #fff;
    height:auto;
}

div#tab-side-container>ul>li>a>img {
    width: 50px;
    display: block;
    margin: auto;
    padding-bottom: 10px;: 
}



	/* phone 350px*/
	@media (max-width: 350px){
		div#tab-side-container>ul>li>a>img{
			width: 30px;
		}
	}


#tab-side-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
}


    /* phone 600px 以下*/
    @media (max-width: 600px){
        #tab-side-container ul{
            width: 100%;
        }
    }

#tab-side-container ul li:first-child.selected-tab {
    border-top: none;
}


#tab-side-container ul li.selected-tab {
    background: #fff;
    position: relative;
    left: 0px;
}


#tab-side-container ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#tab-side-container ul li a.selected-tab {
    text-decoration: none;
}




#tab-side-container ul li a {
    display: block;
    outline: none;
    color: #282828;
    padding: 34px 60px;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}


	/* phone 350px*/
	@media (max-width: 350px){
		#tab-side-container ul li a{
			font-size: 14px;
		}
	}



#tab-side-container .panel-container {
    background: #fff;
    padding:0;
    margin:0; 
    padding-bottom: 100px;
}


/* phone 600px*/
@media screen and (max-width: 600px){
    #tab-side-container .panel-container{
        padding-bottom: 0;
    }
}

.panel-container {
    margin-bottom: 10px;
}



#tab-side-container ul li:nth-child(1) a {
    background: #f4f4f4;
    border-top-left-radius: 45px;
}


/* phone 600*/
@media screen and (max-width: 600px){
    #tab-side-container ul li:nth-child(1) a {
        border-top-left-radius: 0px;
    }  
}


/*
#tab-side-container ul li:nth-child(1) a:hover {
    background: #e84185;
    color: #fff;
}
*/

#tab-side-container ul li:nth-child(2) a {
    background: #e8e8e8;
}

#tab-side-container ul li:nth-child(3) a {
    background: #dbdbdb;
    border-bottom-left-radius: 45px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #tab-side-container ul li:nth-child(3) a{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}



#tab-side-container ul li.selected-tab a{
    background: #e84185;
}




#tab-side-container div#side-tab1 {
    background: #f4f4f4;
    text-align: center;
    width: 80%;
    float: right;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #tab-side-container div#side-tab1{
        float: none;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background: #fff;
    }
}



#tab-side-container div#side-tab1 h2 {
    margin-top: 0px;
    margin-bottom: 30px
}

/* phone 400px*/
@media screen and (max-width: 400px){
    #tab-side-container div#side-tab1 h2{
        font-size: 24px;
    }

}


#tab-side-container div#side-tab2 h2{
    margin-top: 0px;
    margin-bottom: 30px
}

#tab-side-container div#side-tab3 h2{
    margin-top: 0px;
    margin-bottom: 30px
}

#tab-side-container div#side-tab1>.st1-container>p {
    line-height: 30px;
    padding-bottom: 65px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    color: #282828;
    letter-spacing: 2.5px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #tab-side-container div#side-tab1>.st1-container>p{
        letter-spacing: 1.5px;
    }
}


/* phone 400px*/
@media screen and (max-width: 400px){
    #tab-side-container div#side-tab1>.st1-container>p{
        padding-bottom: 30px;
    }
}


#tab-side-container div#side-tab2>.st2-container>p {
    line-height: 30px;
    padding-bottom: 65px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    color: #282828;
    letter-spacing: 2.5px;
}

#tab-side-container div#side-tab2{
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}



#tab-side-container div#side-tab3>.st3-container>p {
    line-height: 30px;
    padding-bottom: 65px;
    border-bottom: 1px solid #969696;
    font-size: 14px;
    color: #282828;
    letter-spacing: 2.5px;
}

#tab-side-container div#side-tab3{
border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px; 
}

.st1-container {
    padding-top: 80px;
    padding-bottom: 90px;
    padding-right: 100px;
    padding-left: 100px;
}


/* phone 600px*/
@media screen and (max-width: 600px){
    .st1-container{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
        padding-left: 50px;
    }
}

/* phone 400px*/
@media screen and (max-width: 400px){
    .st1-container{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.st2-container{
    padding-top: 80px;
    padding-bottom: 90px;
    padding-right: 100px;
    padding-left: 100px;
}


/* phone 600px*/
@media screen and (max-width: 600px){
    .st2-container{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
        padding-left: 50px;
    }
}


/* phone 400px*/
@media screen and (max-width: 400px){
    .st2-container{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
}



.st3-container{
    padding-top: 80px;
    padding-bottom: 90px;
    padding-right: 100px;
    padding-left: 100px;   
}

/* phone 600px*/
@media screen and (max-width: 600px){
    .st3-container{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
        padding-left: 50px;   
    }
}

/* phone 400px*/
@media screen and (max-width: 400px){
    .st3-container{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;   
    }
}


#tab-side-container div#side-tab2 {
    background: #e8e8e8;
    text-align: center;
    width: 80%;
    float: right;
}

/* phone 600px*/
@media (max-width: 600px){
    #tab-side-container div#side-tab2{
        width: 100%;
        float:none;
        background: #fff;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}



#tab-side-container div#side-tab2 h2 {
    margin-top: 0px;
}


/* phone 400px*/
@media screen and (max-width: 400px){
    #tab-side-container div#side-tab2 h2{
        font-size: 24px;
    }
}



#tab-side-container div#side-tab3 {
    background: #dbdbdb;
    text-align: center;
    width: 80%;
    float: right;
}


/* phone 600px*/
@media screen and (max-width: 600px){
    #tab-side-container div#side-tab3{
        width: 100%;
        float:none;
        background: #fff;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; 
    }
}


#tab-side-container div#side-tab3 h2 {
    margin-top: 0px;
}

/* phone 400px*/
@media screen and (max-width: 400px){
    #tab-side-container div#side-tab3 h2{
        font-size: 24px;
    }
}


#tab-side-container ul li a:hover, #tab-side-container ul li a:focus,#tab-side-container ul li a:active{
    background: #e84185;
    color: #fff;
}



/*tab-content*/
.st1-content{
    padding-top: 70px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    .st1-content{
        padding-top: 50px;
    }
}

/* phone 400px*/
@media screen and (max-width: 400px){
    .st1-content{
        padding-top: 30px;
    }
}



.st1-content .content-in{
    width: 50%;
    float: left;
    padding-bottom: 20px;
}


/* phone 600px*/
@media screen and (max-width: 600px){
    .st1-content .content-in{
        width: 100%;
        float: none;
    }
}


.st1-content .content-in p{
    text-align: left;
    padding-top: 15px;
}

.st1-content .content-in img {
    float: left;
    width: 45px;
    box-sizing: content-box;
    padding-right: 20px;
}

.pf01 .tab-hover{
    transition-duration: 0.3s;
}

.st1-content div:last-child{
    padding-bottom: 0px;
}

/* pad 800px*/
@media screen and (max-width: 768px) {
    #tab-side-container ul li a {display: block;outline: none;color: #282828;padding: 34px 47px;}
    .st1-content .content-in img{width: 30px;padding-right: 8px;}
    .st1-content .content-in p{padding-top: 8px;}
    .st1-content div:last-child {top: -6px;position: relative;}
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #tab-side-container ul li a{
        padding:25px;
    }
}

/* phone 400px*/
@media screen and (max-width: 400px){
    #tab-side-container ul li a{
        padding:20px;
    }
}



/*tab-content*/
.st1-bottom{
    text-align: left;
    padding-top: 70px;
    letter-spacing: 0.5px;
}


/* phone 400px*/
@media screen and (max-width: 400px){
    .st1-bottom{
        padding-top: 50px;
    }
}


.st1-bottom h2{
    font-size: 20px;
    font-weight: 600;
}

.st1-bottom p{
    font-size: 14px;
    line-height: 26px;
}

.st1-bottom p:nth-child(2) {
    padding-bottom: 35px;
}

.st1-bottom p:nth-child(4) {
    padding-bottom: 70px;
}

/* phone 400px*/
@media (max-width: 400px){
    .st1-bottom p:nth-child(4){
        padding-bottom: 30px;
    }
}



.st1-bottom p:nth-child(5) {
    color: #554185
}

.hover{
    background: #e84185 !important;
}
.navbar-nav .hover{
    background: transparent !important;
}
.tab-hover span {
    position: absolute;
    color: #e84185;
    right: -22px;
    font-size: 30px;
    top: 55px;
    transform: scale(1,2.2);
}

div#tab-side-container>ul>li {
    position: relative;
}


/* phone 600px*/
@media (max-width: 600px){
    div#tab-side-container>ul>li{
        width:calc(100%/3);
        float: left;
    }
}



/*pw02*/
.pw02{
    position: relative;
    padding: 0px;
}

#page_works02{
    background: #f5f5f5;
    padding: 100px 0px;
}

.pw02-tit{
    font-size: 38px;
}

.pw02-tit h1{
    margin-top: 0px;
    padding-left: 0px;
    padding-left: 45px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    .pw02-tit h1{
        padding-left: 0;
        text-align: center;
    }
}


/*客戶案例*/

/*作品集*/
.page-portfolio{
    padding-top: 60px;
}

.page-portfolio .titportfolio {
    text-align: center;
    margin-bottom: 70px;
    font-size: 34px;
    color: #50555a;
    font-weight: 600;
}

.page-portfolio .titportfolio span:nth-child(1){
    line-height: 50px;
}

.page-portfolio .portfolio-container{
    position: relative;
}

.page-portfolio .portfolio-img {
    margin-bottom: 30px;
    position: relative;
}

.page-portfolio .portfolio-img a{
    position: relative;
}

.page-portfolio .portfolio-container>a>img{
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .page-portfolio .portfolio {padding: 100px 0;}
}


@media screen and (max-width: 480px) {
    .page-portfolio .portfolio {padding: 60px 0;}
}

/*作品hover*/

.page-portfolio .portfolio-img:hover .portfolio-overlay {
    opacity: 1;
    z-index: 1;
}
.page-portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /*background: #544185;*/
    background: rgba(84, 65, 133, 0.88);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.page-portfolio .overlay-text {
    color: #fff;
    /*position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;*/
}

.page-portfolio .overlay-text p {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: auto;
    margin-top: -25px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
}


.page-portfolio .portfolio-overlay>a{
    height: 100%;
    display: block;
}

.page-portfolio .overlay-icon a img {
    padding: 0px 15px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;

    -webkit-transition-property: transform;
    transition-property: transform;
    -o-transition-property: transform;

    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;

}

.page-portfolio .overlay-icon a img:hover {
    opacity: 0.9;
    position: relative;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

}

.page-portfolio .overlay-icon {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 140px;
    color: #fff;
    bottom: 50px;
    margin: auto;
}

/*作品集滑過特效*/

.page-portfolio .portfolio-overlay span{
    border-radius: 300px;
    transition: all 0.27s ease-in;
    -webkit-transition: all 0.27s ease-in;
    -o-transition: all 0.27s ease-in;

}

.page-portfolio .portfolio-overlay span:nth-child(1) {
    display: block;
    width: 3px;
    background:#fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(1) {
    height: 22px;
    left: 20px;
    top:20px;
}


.page-portfolio .portfolio-overlay span:nth-child(2) {
    display: block;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(2) {
    width: 22px;
    left: 20px;
    top:20px;
}


.page-portfolio .portfolio-overlay span:nth-child(3) {
    display: block;
    width: 3px;
    background:#fff;
    position: absolute;
    right: 0;
    top:0;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(3) {
    height: 22px;
    right: 20px;
    top: 20px;
}

.page-portfolio .portfolio-overlay span:nth-child(4) {
    display: block;
    background:#fff;
    position: absolute;
    height: 3px;
    right: 0;
    top:0;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(4) {
    width: 22px;
    right: 20px;
    top: 20px;
}

.page-portfolio .portfolio-overlay span:nth-child(5) {
    display: block;
    width: 3px;
    height: 0;
    background:#fff;
    position: absolute;
    left: 0px;
    bottom:  0px;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(5) {
    height: 22px;
    left: 20px;
    bottom:  20px;
}

.page-portfolio .portfolio-overlay span:nth-child(6) {
    display: block;
    background:#fff;
    position: absolute;
    left: 0px;
    bottom:  0px;
    width: 0px;
    height: 3px;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(6) {
    width: 22px;
    left: 20px;
    bottom:  20px;
}


.page-portfolio .portfolio-overlay span:nth-child(7) {
    display: block;
    width: 3px;
    height: 0;
    background:#fff;
    position: absolute;
    right: 0px;
    bottom:  0px;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(7) {
    height: 22px;
    right: 20px;
    bottom:  20px;
}

.page-portfolio .portfolio-overlay span:nth-child(8) {
    display: block;
    background:#fff;
    position: absolute;
    right: 0px;
    bottom:  0px;
    width: 0px;
    height: 3px;
}

.page-portfolio .portfolio-img:hover .portfolio-overlay span:nth-child(8) {
    width: 22px;
    right: 20px;
    bottom:  20px;
}


/*作品集按鈕*/

.page-portfolio .portfolio-btn {
    text-align: center;
    position: relative;
    margin-top: 65px;
}


.page-portfolio .portfolio-btn button {
    border: none;
    /*background: transparent;*/
    color: #e84185;
    border-radius: 35px;
    padding: 10px 13px;
    width: 112px;
    font-size: 14px;
    border: 1px solid #e84185;
    position: relative;
    z-index: 999;
    height:45px;
    /*float: left;*/
    z-index: 1;
}


.page-portfolio .portfolio-btn > a:nth-child(2) > button {
    border: 1px solid #e84185;
}


.page-portfolio .portfolio-btn > a:nth-child(2) > button:hover {
    border-color: #cd3573;
}

.page-portfolio .portfolio-btn a:nth-child(1) button {
    margin-right: 11px;
}

.page-portfolio .portfolio-btn a button{
    background: transparent;
}

.page-portfolio button.hover{
    color:#fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #e84185 !important;
}

@media screen and (max-width: 480px) {
    .page-portfolio .portfolio-btn a:nth-child(1) button { display: none;}
    .page-portfolio .portfolio-btn { margin-top: 40px;}
    .page-portfolio .portfolio-btn > a:nth-child(2) > button{background: #e84185;}
    .page-portfolio .portfolio-btn button{color: #fff;}
}

/*下拉選單*/
.pw-nav ul {
    padding: 0;
}

button.pw-nav {
    position: absolute;
    right: 45px;
    z-index: 10;
    border: 1px solid #e84185;
    /*background: rgba(255, 255, 255, 0.85);
    padding: 13px 13px;*/
    border-radius: 20px;
    outline: none;
    top:0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    transition: all 0.3s;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    button.pw-nav{
        position: relative;
        display: block;
        right: 0;
        margin:0 auto;
        margin-top: 40px;
    }
}



@media screen and (max-width: 768px){
    .pw01.container {padding-right: 30px;padding-left: 30px;}
}
@media screen and (max-width: 600px){
    .pw01 {
        padding-top: 150px;
    }
}
button.pw-nav:hover, button.pw-nav:focus {
    background: rgba(255, 255, 255, 0.85);
}

.pw-nav>ul>li>p {
    padding: 12px 15px;
    color: #e84185;
}

.pw-nav>ul>li>ul>li {
    display: none;
    border-top: 1px solid #cccccc;
}

.pw-nav>ul>li>ul>li>a{
   color: #666666;
   transition-duration: 0.3s;
   padding: 13px 0px;
   display: block;
}

.pw-nav>ul>li>ul>li>a:hover{
    color: #e84185;
}

#page_works02 .option_span {
    transform: scale(1.1 , 0.7);
    display: block;
    font-size: 13px;
    float: right;
    padding-left: 6px;
}

#page_works .portfolio-btn a button{
    outline: none;
}

#page_works .portfolio-content{
    margin-right: 0;
    margin-left: 0;
}


a.selected-tab:before {
    position: absolute;
    right: -30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(213, 213, 213, 0);
    border-left-color: #e84185;
    border-width: 15px;
    margin-top:25px;
}

.tab-hover img.active{display:none!important;}
.tab-hover:hover .active,.tab-hover:focus .active,a.selected-tab .active{
    display: block!important;
}
a.selected-tab{color:#FFF!important;}
.tab-hover:hover .default,.tab-hover:focus .default,a.selected-tab .default{
    display: none!important;
}

/*fix*/
/*side tabs*/
#fix_tab-side-container {
    background: #fff;
    height:auto;
    position: fixed;
    z-index: 998;
    width:100%;
    display:none;
    box-shadow:1px 1px 4px #dcdcdc;
    opacity: 0;
    transform: scaleY(0);
}

div#fix_tab-side-container>ul>li>a>img {
    width: 50px;
    display: block;
    margin: auto;
    padding-bottom: 10px;: 
}


	/* phone 350*/
	@media (max-width: 350px){
		div#fix_tab-side-container>ul>li>a>img{
			width: 30px;
		}
	}


#fix_tab-side-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
}


    /* phone 600px 以下*/
    @media (max-width: 600px){
        #fix_tab-side-container ul{
            width: 100%;
        }
    }

#fix_tab-side-container ul li:first-child.selected-tab {
    border-top: none;
}


#fix_tab-side-container ul li.selected-tab {
    background: #fff;
    position: relative;
    left: 0px;
}


#fix_tab-side-container ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#fix_tab-side-container ul li a.selected-tab {
    text-decoration: none;
}




#fix_tab-side-container ul li a {
    display: block;
    outline: none;
    color: #282828;
    padding: 34px 60px;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}


	/* phone350*/
	@media (max-width: 350px){
		#fix_tab-side-container ul li a{
			font-size: 14px;
		}
	}



#fix_tab-side-container .panel-container {
    background: #fff;
    padding:0;
    margin:0; 
    padding-bottom: 100px;
}


/* phone 600px*/
@media screen and (max-width: 600px){
    #fix_tab-side-container .panel-container{
        padding-bottom: 0;
    }
}


#fix_tab-side-container ul li:nth-child(1) a {
    background: #f4f4f4;
    border-top-left-radius: 45px;
}


/* phone 600*/
@media screen and (max-width: 600px){
    #fix_tab-side-container ul li:nth-child(1) a {
        border-top-left-radius: 0px;
    }  
}



#fix_tab-side-container ul li:nth-child(2) a {
    background: #e8e8e8;
}

#fix_tab-side-container ul li:nth-child(3) a {
    background: #dbdbdb;
    border-bottom-left-radius: 45px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #fix_tab-side-container ul li:nth-child(3) a{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}



#fix_tab-side-container ul li.selected-tab a{
    background: #e84185;
}




#fix_tab-side-container div#side-tab1 {
    background: #f4f4f4;
    text-align: center;
    width: 80%;
    float: right;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #fix_tab-side-container div#side-tab1{
        float: none;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background: #fff;
    }
}



#fix_tab-side-container div#side-tab1 h2 {
    margin-top: 0px;
    margin-bottom: 30px
}

/* phone 400px*/
@media screen and (max-width: 400px){
    #fix_tab-side-container div#side-tab1 h2{
        font-size: 24px;
    }

}


#fix_tab-side-container div#side-tab2 h2{
    margin-top: 0px;
    margin-bottom: 30px
}

#fix_tab-side-container div#side-tab3 h2{
    margin-top: 0px;
    margin-bottom: 30px
}

#fix_tab-side-container div#side-tab1>.st1-container>p {
    line-height: 30px;
    padding-bottom: 65px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    color: #282828;
    letter-spacing: 2.5px;
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #fix_tab-side-container div#side-tab1>.st1-container>p{
        letter-spacing: 1.5px;
    }
}


/* phone 400px*/
@media screen and (max-width: 400px){
    #fix_tab-side-container div#side-tab1>.st1-container>p{
        padding-bottom: 30px;
    }
}


#fix_tab-side-container div#side-tab2>.st2-container>p {
    line-height: 30px;
    padding-bottom: 65px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    color: #282828;
    letter-spacing: 2.5px;
}

#fix_tab-side-container div#side-tab2{
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}



#fix_tab-side-container div#side-tab3>.st3-container>p {
    line-height: 30px;
    padding-bottom: 65px;
    border-bottom: 1px solid #969696;
    font-size: 14px;
    color: #282828;
    letter-spacing: 2.5px;
}

#fix_tab-side-container div#side-tab3{
border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px; 
}

#fix_tab-side-container div#side-tab2 {
    background: #e8e8e8;
    text-align: center;
    width: 80%;
    float: right;
}

/* phone 600px*/
@media (max-width: 600px){
    #fix_tab-side-container div#side-tab2{
        width: 100%;
        float:none;
        background: #fff;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}



#fix_tab-side-container div#side-tab2 h2 {
    margin-top: 0px;
}


/* phone 400px*/
@media screen and (max-width: 400px){
    #fix_tab-side-container div#side-tab2 h2{
        font-size: 24px;
    }
}



#fix_tab-side-container div#side-tab3 {
    background: #dbdbdb;
    text-align: center;
    width: 80%;
    float: right;
}


/* phone 600px*/
@media screen and (max-width: 600px){
    #fix_tab-side-container div#side-tab3{
        width: 100%;
        float:none;
        background: #fff;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; 
    }
}


#fix_tab-side-container div#side-tab3 h2 {
    margin-top: 0px;
}

/* phone 400px*/
@media screen and (max-width: 400px){
    #fix_tab-side-container div#side-tab3 h2{
        font-size: 24px;
    }
}


#fix_tab-side-container ul li a:hover, #fix_tab-side-container ul li a:focus,#fix_tab-side-container ul li a:active{
    background: #e84185;
    color: #fff;
}

/* pad 800px*/
@media screen and (max-width: 768px) {
    #fix_tab-side-container ul li a {display: block;outline: none;color: #282828;padding: 34px 47px;}
}

/* phone 600px*/
@media screen and (max-width: 600px){
    #fix_tab-side-container ul li a{
        padding:25px;
    }
}

/* phone 400px*/
@media screen and (max-width: 400px){
    #fix_tab-side-container ul li a{
        padding:10px;
    }
}

div#fix_tab-side-container>ul>li {
    position: relative;
}


/* phone 600px*/
@media (max-width: 600px){
    div#fix_tab-side-container>ul>li{
        width:calc(100%/3);
        float: left;
    }
}



/* */

.fixed-hide-tab{
    opacity: 0 !important;
}

.fixed-down-tab{
    opacity: 1 !important;
    transform: scaleY(1) !important;
}


/*scrollspy*/
#top-menu {
    position: fixed;
    z-index: 1;
    background: #ececec;
    left: 0;
    right: 0;
    top: 66px;
}

#top-menu li {
    float: left;
}

#top-menu a {
    display: block;
    padding: 15px 8px;
    width: 80px;
    text-align: center;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    border-bottom: 3px solid #ececec;
    color: #aaa;
    text-decoration: none;
    font-size: 15px;
}

#top-menu a:hover {
    color: #000;
}

#top-menu li.active a {
    border-bottom: 3px solid #333;
    color: #333;
}

.scrollspy-phone-cotent h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color:#e84185;
}

.scrollspy-phone-cotent .st1-container,.scrollspy-phone-cotent .st2-container,.scrollspy-phone-cotent .st3-container{
    padding:0;
}


.scrollspy-phone-cotent .item{
    margin-bottom: 80px;
}





.scrollspy-phone-cotent .item p{
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
}


.scrollspy-phone-cotent .content-in p{
    padding-bottom: 0;
    padding-top: 0;
    border:none;
    font-size: 16px;
}

.scrollspy-phone-cotent .st1-bottom{
    text-align: left;
}

.scrollspy-phone-cotent .st1-bottom p{
    text-align: left;
    line-height: 26px;
    border:none;
}


.scrollspy-phone-cotent .st1-bottom h2{
    text-align: left;
    color:#333;
}


#top-menu ul{
    width: 240px;
    margin: 0 auto;
    padding-left: 0;
}

#page_works01{
	padding-top: 100px;
}

@media (max-width: 800px){
    #page_works01{
        padding-top: 50px;
    }
}

@media (max-width: 600px){
    #page_works01{
        padding-top: 0px;
    }
}